home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 June
/
Macworld (1998-06).dmg
/
Shareware World
/
Utilities
/
Video
/
MVEMVC
/
MyVidEditor 2.1
/
Scripts Folder
/
Add 2 movies script
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-02-01
|
313 b
|
7 lines
|
[
TEXT/ToyS
]
tell application "MyVidEditor©"
activate
if Add movie file "Macintosh HD:secondmovie" with movie file "Macintosh HD:firstmovie" to movie file "Macintosh HD:resultmovie" then
if Flatten movie file "Macintosh HD:resultmovie" to movie file "SecondHD:Result Folder:result flattened" then
end if
end if
end tell